Merge version 0.2.1-2+rpi1 and 0.2.2-1 to produce 0.2.2-1+rpi1 forky-staging archive/raspbian/0.2.2-1+rpi1 raspbian/0.2.2-1+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Sun, 6 Sep 2026 14:55:24 +0000 (15:55 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Sun, 6 Sep 2026 14:55:24 +0000 (15:55 +0100)
1  2 
debian/changelog
debian/rules

index 31f14ac8abea61729707159645340eea6f79debb,cde4a0f46faa5eaa26d8c31af6f7a24bf3805584..e3078250e14d662362a6c95593489d0e48b59f67
@@@ -1,9 -1,20 +1,27 @@@
- sentencepiece (0.2.1-2+rpi1) forky-staging; urgency=medium
++sentencepiece (0.2.2-1+rpi1) forky-staging; urgency=medium
 +
 +  [changes brought forward from 0.1.94-1+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sun, 13 Dec 2020 09:25:55 +0000]
 +  * Link with libatomic on armhf too.
 +
-  -- Raspbian forward porter <root@raspbian.org>  Fri, 06 Mar 2026 08:35:05 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Sun, 06 Sep 2026 14:55:23 +0000
++
+ sentencepiece (0.2.2-1) unstable; urgency=medium
+   * New upstream version 0.2.2
+   * debian/control
+     - Add missing dependency with pybind and pyproject
+     - Bump Standards-Version to 4.7.4.
+   * debian/rules
+     - Update configure and build parameters for pybind
+   * debian/tests/spm-encode
+     - Update expected pattern for autopkgtest
+   * debian/patches/support-building-python-module.patch
+     - Support building Python module with pybind
+   * debian/patches/disable-static-library.patch
+     debian/patches/support-python-module-in-place.patch
+     - Drop needless patch
+  -- Kentaro Hayashi <kenhys@xdump.org>  Sat, 01 Aug 2026 20:20:13 +0900
  
  sentencepiece (0.2.1-2) unstable; urgency=medium
  
diff --cc debian/rules
index 0241179bcc7600823266bea34d2b92d32ef8d671,cab9e61623e009b9a04401916f50b2389f517182..22e313fa3045b6ebf232a925eb42b8eadd11be2b
  #export DH_VERBOSE=1
  export DEB_BUILD_MAINT_OPTIONS = hardening=+all
  DPKG_EXPORT_BUILDFLAGS = 1
+ include /usr/share/dpkg/architecture.mk
  include /usr/share/dpkg/buildflags.mk
  
 -ifneq (,$(filter $(DEB_HOST_ARCH), armel mipsel m68k powerpc sh4))
 +ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mipsel m68k powerpc sh4))
    export DEB_LDFLAGS_MAINT_APPEND += -Wl,--no-as-needed -latomic -Wl,--as-needed
  endif